From 9f717104c4561ddec60549ab22fa4283c6ea5baa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 20:25:45 +0000 Subject: [PATCH] (KERNEL_FILE): New override definition. --- src/m/pmax.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/m/pmax.h b/src/m/pmax.h index 320b96f551f..8cbc258dde7 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -55,8 +55,6 @@ NOTE-END */ just delete the definition. */ #define LIBS_MACHINE -ldnet -#if 0 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ -/* dob@tis.inel.gov says this is needed. */ +/* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ #undef KERNEL_FILE -#define KERNEL_FILE "/unix" -#endif +#define KERNEL_FILE "/vmunix" -- 2.30.2